Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] Use CRLF in the terminal prints. #92158

Merged
merged 1 commit into from
May 21, 2024

Conversation

bruvzg
Copy link
Member

@bruvzg bruvzg commented May 20, 2024

Replaces \n with \r\n in the Windows terminal prints.

Might fix #91603 (I was not able to reproduce it, but this is the only possible reason I can think of).

@akien-mga
Copy link
Member

CC @van800 @MatthiasBae if you can test.

@MatthiasBae
Copy link

MatthiasBae commented May 20, 2024

I would like to test it but Godot won't build the managed libraries after creating the Mono Glue and I am not quite experienced in C++ or building C++ so I was following the instructions in the docs which works fine until the mentioned error.

image

Having this issue #80739

It does not find the GeneratedIncludes.props file

@van800
Copy link
Contributor

van800 commented May 20, 2024

I confirm the issue was solved.
image

@bruvzg bruvzg marked this pull request as ready for review May 20, 2024 18:53
@bruvzg bruvzg requested a review from a team as a code owner May 20, 2024 18:53
@viksl
Copy link
Contributor

viksl commented May 20, 2024

I can also confirm both prints and errors are fine with this.

@akien-mga akien-mga merged commit 0f04485 into godotengine:master May 21, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

External Editor Console Output format is wrong with many whitespaces (Godot 4.3 dev 6) C#
6 participants